-
Hello I’d like handle Xml-Files which have encoded node names like for example: <CST_x002F_SOMETHING> …. </CST_x002F_SOMETHING> This node name should …
- 401 views
- 2 answers
- 0 votes
-
I’m having problems using the logstash-logback-encoder. I’m using the encoder: <appender name="FILE-ERROR" class="ch.qos.logback.core.FileAppender"> <file>${LOG_FILE_PATH}${ERROR_FILE_NAME}</file> <append>true</append> <immediateFlush>true</immediateFlush> <!– Filtro de level …
- 397 views
- 2 answers
- 0 votes
-
According to the logback website, we can write StatusManager data with StatusListener. There is mainly 2 status listener for writing …
- 364 views
- 0 answers
- 0 votes